createFromTransformColumnsXYAndLengths MethodStatic

Return a Plane3dByOriginAndVectors, with

  • origin is the translation (aka origin) from the Transform
  • vectorU is the X column of the transform
  • vectorV is the Y column of the transform.

createFromTransformColumnsXYAndLengths(transform: Transform, xLength: number | undefined, yLength: number | undefined, result?: Plane3dByOriginAndVectors): Plane3dByOriginAndVectors

Parameter Type Description
transform Transform source transform
xLength number | undefined optional length to impose on vectorU.
yLength number | undefined optional length to impose on vectorV.
result Plane3dByOriginAndVectors optional preexisting result

Defined in

Last Updated: 08 January, 2020