FacePlane Class Reference

#include <brush.h>

Collaboration diagram for FacePlane:
Collaboration graph
[legend]

Data Structures

class  SavedState

Public Member Functions

 FacePlane ()
 FacePlane (const FacePlane &other)
void MakePlane ()
void reverse ()
void transform (const Matrix4 &matrix, bool mirror)
void offset (float offset)
PlanePointsplanePoints ()
const PlanePointsplanePoints () const
const Plane3plane3 () const
void copy (const FacePlane &other)
void copy (const Vector3 &p0, const Vector3 &p1, const Vector3 &p2)

Data Fields

Vector3 m_funcStaticOrigin

Private Attributes

PlanePoints m_planepts
Plane3 m_planeCached
Plane3 m_plane

Detailed Description

Definition at line 589 of file brush.h.


Constructor & Destructor Documentation

FacePlane::FacePlane (  )  [inline]

Definition at line 615 of file brush.h.

FacePlane::FacePlane ( const FacePlane other  )  [inline]

Definition at line 619 of file brush.h.

References m_planepts, MakePlane(), and planepts_assign().


Member Function Documentation

void FacePlane::copy ( const Vector3 p0,
const Vector3 p1,
const Vector3 p2 
) [inline]

Definition at line 695 of file brush.h.

References m_planepts, and MakePlane().

void FacePlane::copy ( const FacePlane other  )  [inline]

Definition at line 690 of file brush.h.

References m_planepts, MakePlane(), and planepts_assign().

Referenced by Face::assign_planepts(), and Face::Face().

void FacePlane::MakePlane (  )  [inline]
void FacePlane::offset ( float  offset  )  [inline]

Definition at line 666 of file brush.h.

References m_planeCached, m_planepts, MakePlane(), and Plane3::normal().

const Plane3& FacePlane::plane3 (  )  const [inline]
const PlanePoints& FacePlane::planePoints (  )  const [inline]

Definition at line 681 of file brush.h.

References m_planepts.

PlanePoints& FacePlane::planePoints (  )  [inline]
void FacePlane::reverse (  )  [inline]

Definition at line 638 of file brush.h.

References m_planepts, MakePlane(), and vector3_swap().

Referenced by Face::flipWinding(), and transform().

void FacePlane::transform ( const Matrix4 &  matrix,
bool  mirror 
) [inline]

Definition at line 643 of file brush.h.

References check_plane_is_integer(), m_planepts, MakePlane(), planePoints(), and reverse().

Referenced by Face::transform().


Field Documentation

Definition at line 595 of file brush.h.

Definition at line 593 of file brush.h.

Definition at line 592 of file brush.h.

Referenced by MakePlane(), offset(), and plane3().

Definition at line 591 of file brush.h.

Referenced by copy(), FacePlane(), MakePlane(), offset(), planePoints(), reverse(), and transform().


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

Generated by  doxygen 1.6.2