Click or drag to resize

VectorCross Method

Creates a cross product of this vector with another vector

Namespace:  CodeStack.SwEx.MacroFeature.Data
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public Vector Cross(
	Vector vector
)

Parameters

vector
Type: CodeStack.SwEx.MacroFeature.DataVector
Another vector

Return Value

Type: Vector
New cross product vector
See Also