Simulacrum  1.2
Public Member Functions | List of all members
Simulacrum::SPlane Class Reference

#include <sprimitives.h>

Collaboration diagram for Simulacrum::SPlane:
Collaboration graph

Public Member Functions

 SPlane ()
 
 SPlane (SVector point, SVector normal)
 
 SPlane (const SPlane &)
 
virtual ~SPlane ()
 
const SVectorpoint () const
 
void point (const SVector &)
 
const SVectornormal () const
 
void normal (const SVector &)
 
bool check () const
 
void reset ()
 
bool operator== (const SPlane &) const
 
SPlaneoperator= (const SPlane &)
 

Constructor & Destructor Documentation

◆ SPlane() [1/3]

SPlane::SPlane ( )

◆ SPlane() [2/3]

SPlane::SPlane ( SVector  point,
SVector  normal 
)

◆ SPlane() [3/3]

SPlane::SPlane ( const SPlane source)

◆ ~SPlane()

SPlane::~SPlane ( )
virtual

Member Function Documentation

◆ check()

bool SPlane::check ( ) const

◆ normal() [1/2]

const SVector & SPlane::normal ( ) const

◆ normal() [2/2]

void SPlane::normal ( const SVector nnorm)

◆ operator=()

SPlane & SPlane::operator= ( const SPlane newplane)

◆ operator==()

bool SPlane::operator== ( const SPlane otherplane) const

◆ point() [1/2]

const SVector & SPlane::point ( ) const

◆ point() [2/2]

void SPlane::point ( const SVector newp)

◆ reset()

void SPlane::reset ( )

The documentation for this class was generated from the following files:
Simulacrum Project