Click or drag to resize

Vector3PropertyUnaryNegation Operator

[Missing <summary> documentation for "M:Demo3D.Visuals.Vector3Property.op_UnaryNegation(Demo3D.Visuals.Vector3Property)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 operator -(
	Vector3Property v
)

Parameters

v
Type: Demo3D.VisualsVector3Property

[Missing <param name="v"/> documentation for "M:Demo3D.Visuals.Vector3Property.op_UnaryNegation(Demo3D.Visuals.Vector3Property)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.Vector3Property.op_UnaryNegation(Demo3D.Visuals.Vector3Property)"]

See Also