FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Plane Class Reference

#include <Plane.h>

Public Member Functions

 Plane (void)
 
 Plane (const Plane &)
 
bool isEqual (Plane) const
 
bool isValid (void) const
 
Line3d operator* (Plane const &) const
 
Line3d project (Line3d const &) const
 
Planeoperator= (Plane &&)
 
Planeoperator= (Plane const &)
 
Plane operator- (void) const
 
Vector3d project (Vector3d const &) const
 
void orthoPlane (int &, int &) const
 
void orthoPlane (int &, int &, int &) const
 

Detailed Description

Definition at line 24 of file Plane.h.

Constructor & Destructor Documentation

◆ Plane() [1/2]

Plane::Plane ( void )

◆ Plane() [2/2]

Plane::Plane ( const Plane & )

Member Function Documentation

◆ isEqual()

bool Plane::isEqual ( Plane ) const

◆ isValid()

bool Plane::isValid ( void ) const

◆ operator*()

Line3d Plane::operator* ( Plane const & ) const

◆ operator-()

Plane Plane::operator- ( void ) const

◆ operator=() [1/2]

Plane & Plane::operator= ( Plane && )

◆ operator=() [2/2]

Plane & Plane::operator= ( Plane const & )

◆ orthoPlane() [1/2]

void Plane::orthoPlane ( int & ,
int &  ) const

◆ orthoPlane() [2/2]

void Plane::orthoPlane ( int & ,
int & ,
int &  ) const

◆ project() [1/2]

Line3d Plane::project ( Line3d const & ) const

◆ project() [2/2]

Vector3d Plane::project ( Vector3d const & ) const

The documentation for this class was generated from the following file: