![]() |
PolyLink
A library to allow manipulation of geometry from within Mathematica
|
Holds a reference to a point in the form of a Mathematica expression More...
Public Member Functions | |
PointRef (Expr point) | |
Constructs a PointRef More... | |
override string | ToString () |
void | Transform (Expr tf) |
![]() | |
MathLinked () | |
Static Public Member Functions | |
static PointRef | PointFromInts (int x, int y, int z) |
static Expr | operator- (PointRef p1, PointRef p2) |
static PointRef | Constructor (Expr e) |
Properties | |
Expr | Expr [get, set] |
Mathematica expression that represents a point in space More... | |
static Expr | Origin [get] |
For testing use More... | |
static PointRef | OriginRef [get] |
For testing use More... | |
static Expr | P100 [get] |
For testing use More... | |
static PointRef | Ref100 [get] |
For testing use More... | |
static Expr | P010 [get] |
For testing use More... | |
static PointRef | Ref010 [get] |
For testing use More... | |
Expr | Highlight [get] |
Expr | TwoDForm [get] |
PointRef | DeepClone [get] |
![]() | |
IKernelDispatch | ML [get, set] |
Holds a reference to a point in the form of a Mathematica expression
Definition at line 13 of file PointRef.cs.
PolyLink.PointRef.PointRef | ( | Expr | point | ) |
Constructs a PointRef
point | The point which the PointRef references |
Definition at line 24 of file PointRef.cs.
Definition at line 135 of file PointRef.cs.
Definition at line 34 of file PointRef.cs.
|
static |
Definition at line 29 of file PointRef.cs.
override string PolyLink.PointRef.ToString | ( | ) |
Definition at line 39 of file PointRef.cs.
void PolyLink.PointRef.Transform | ( | Expr | tf | ) |
Definition at line 130 of file PointRef.cs.
|
get |
Definition at line 123 of file PointRef.cs.
|
getset |
Mathematica expression that represents a point in space
Definition at line 18 of file PointRef.cs.
|
get |
Definition at line 102 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 57 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 65 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 89 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 73 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 97 of file PointRef.cs.
|
staticget |
For testing use
Definition at line 81 of file PointRef.cs.
|
get |
Definition at line 107 of file PointRef.cs.