Click or drag to resize

Point3DOpposes Method

Whether vector is of opposite direction of this, and with the same Magnitude. i.e. vector is exactly negative of this.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public bool Opposes(
	Point3D vector
)

Parameters

vector  Point3D

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Opposes(RAYLASE.SPICE3.Utils.Point3D)"]

See Also