Overview
>
klyn.math.geometry
>
Vector3d
>
cross
Overview
Index
Tree
Deprecated
klyn.math.geometry.Vector3d.cross
method
public cross(other as Vector3d) as Vector3d:
Description
Computes the cross product of this vector with another vector.
Parameters
other The vector to compute the cross product with.
Returns
A new Vector3d instance representing the cross product of the two vectors.