Click or drag to resize

DecalVectorAcross Property

Gets the vector across. For cylindrical and spherical mapping, the vector is unitized.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public Vector3d VectorAcross { get; }

Property Value

Type: Vector3d
The 'across' vector of the decal. For planar mapping the length of the vector is relevant.
See Also