Inheritance Graph
graph BT
Segment3
Segment3 --> Object
click Segment3 "escript_type_Geometry_Segment3"
click Object "escript_type_Object"
Functions
| |
|
| _constructor([p0 [, p1]]) |
[ESMF] line new Segment3([ Vec3 posA,Vec3 posB| Segment3 ]) |
| distance(p0) |
[ESMF] Number line3.distance(Vec3) |
| getClosestPoint(p0) |
[ESMF] Vec3 line3.getClosestPoint(Vec3) |
| getDirection() |
[ESMF] Vec3 line3.getDirection() |
| getFirstPoint() |
[ESMF] Vec3 line3.getFirstPoint() |
| getOrigin() |
[ESMF] Vec3 line3.getOrigin() |
| getPoint(p0) |
[ESMF] Vec3 line3.getPoint(Number) |
| getSecondPoint() |
[ESMF] Vec3 line3.getSecondPoint() |
| length() |
[ESMF] Number line3.length() |
| setFirstPoint(p0) |
[ESMF] self line3.setFirstPoint(Vec3) |
| setSecondPoint(p0) |
[ESMF] self line3.setSecondPoint(Vec3) |