Request

Response

    Point3d class

    The matrix elements in row-major order autodesk.math:point3d-1.0.0

    public class Point3d
    

    Public Members

    namedescription
    Point3d() The default constructor.
    X { get; set; } point 3d - x
    Y { get; set; } point 3d - y
    Z { get; set; } point 3d - z

    See Also