Click or drag to resize

TransformDecomposeTextureMapping Method

Decomposition of a uvw transform into components

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void DecomposeTextureMapping(
	out Vector3d offset,
	out Vector3d repeat,
	out Vector3d rotation
)

Parameters

offset
Type: Rhino.GeometryVector3d
Offset
repeat
Type: Rhino.GeometryVector3d
Repear
rotation
Type: Rhino.GeometryVector3d
Rotation
See Also