| 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
)
Public Function Cross (
vector As Vector
) As Vector
public:
Vector^ Cross(
Vector^ vector
)
Parameters
- vector
- Type: CodeStack.SwEx.MacroFeature.DataVector
Another vector
Return Value
Type:
VectorNew cross product vector
See Also