GeometryTransformerAdvancedUnwrap Method (Vector) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Vector Unwrap(
Vector vector
)
Public Shared Function Unwrap (
vector As Vector
) As Vector
public:
static Vector^ Unwrap(
Vector^ vector
)
static member Unwrap :
vector : Vector -> Vector
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
The vector to unwrap.
Return Value
Type:
VectorThe unwrapped vector.
See Also