SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Plane() [4/4]

template<Precision P = Precision::Default>
SRL::Math::Types::Plane::Plane ( const Vector3D & a,
const Vector3D & b,
const Vector3D & c )
inline

Creates plane from three non-collinear points.

Points should be specified in counter-clockwise order when viewed from the side the normal points toward.

Template Parameters
PPrecision level for calculation
Parameters
aFirst point on plane
bSecond point on plane
cThird point on plane