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
)
Public Sub DecomposeTextureMapping (
<OutAttribute> ByRef offset As Vector3d,
<OutAttribute> ByRef repeat As Vector3d,
<OutAttribute> ByRef rotation As Vector3d
)
Parameters
- offset
- Type: Rhino.GeometryVector3d
Offset - repeat
- Type: Rhino.GeometryVector3d
Repear - rotation
- Type: Rhino.GeometryVector3d
Rotation
See Also