encodes a point inside a triangular mesh face using barycentric coordinates More...
Public Member Functions | |
| unsafe | MeshTriPoint () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | MeshTriPoint (MR.Const_MeshTriPoint _other) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| MeshTriPoint (MeshTriPoint _other) | |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| unsafe | MeshTriPoint (MR.Const_NoInit _1) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| unsafe | MeshTriPoint (MR.EdgeId e, MR.Const_TriPointf bary) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| unsafe | MeshTriPoint (MR.Const_EdgePoint ep) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| unsafe | MeshTriPoint (MR.Const_MeshTopology topology, MR.VertId v) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| unsafe MR.MeshTriPoint | assign (MR.Const_MeshTriPoint _other) |
| Generated from method MR::MeshTriPoint::operator=. | |
Static Public Member Functions | |
| static unsafe implicit | operator MeshTriPoint (MR.Const_NoInit _1) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
| static unsafe implicit | operator MeshTriPoint (MR.Const_EdgePoint ep) |
| Generated from constructor MR.MeshTriPoint.MeshTriPoint. | |
Properties | |
| new unsafe ref MR.EdgeId | e [get] |
| left face of this edge is considered | |
| new unsafe MR.TriPointf | bary [get, protected set] |
| barycentric coordinates | |
encodes a point inside a triangular mesh face using barycentric coordinates
Notations used below:
v0 - the value in org( e )
v1 - the value in dest( e )
v2 - the value in dest( next( e ) ) Generated from class MR.MeshTriPoint. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inline |
Generated from method MR::MeshTriPoint::operator=.
|
inlinestatic |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
inlinestatic |
Generated from constructor MR.MeshTriPoint.MeshTriPoint.
|
getprotected set |
barycentric coordinates
a in [0,1], a=0 => point is on next( e ) edge, a=1 => point is in dest( e ) b in [0,1], b=0 => point is on e edge, b=1 => point is in dest( next( e ) ) a+b in [0,1], a+b=0 => point is in org( e ), a+b=1 => point is on prev( e.sym() ) edge
|
get |
left face of this edge is considered