Vector3dCrossProduct Method

Returns the cross product of this vector and the specified vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Vector3d CrossProduct(
        Vector3d vector
)

Parameters

vector  Vector3d
[in] Any 3D vector.

Return Value

Vector3d
3D vector that is the result of the cross product of this and the passed vector.
See Also

©  Bricsys NV. All rights reserved.