Sandbox Logo

Plane.Origin

Vector3 Origin { get; set; }

Description

Origin position of the plane, basically a vector <see cref="F:Sandbox.Plane.Distance" /> away from world origin in the direction given by <see cref="F:Sandbox.Plane.Normal" />.

Return

User Comments