Search Results for

    Show / Hide Table of Contents

    Class Point3D

    Inheritance
    java.lang.Object
    Point3D
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class Point3D

    Constructors

    Point3D()

    Declaration
    public Point3D()

    Fields

    x

    Declaration
    public float x
    Field Value
    Type Description
    float

    y

    Declaration
    public float y
    Field Value
    Type Description
    float

    z

    Declaration
    public float z
    Field Value
    Type Description
    float

    Methods

    assign(Point3D point3D)

    Declaration
    public final void assign(Point3D point3D)
    Parameters
    Type Name Description
    point3D

    assign(float x, float y, float z)

    Declaration
    public final void assign(float x, float y, float z)
    Parameters
    Type Name Description
    float x
    float y
    float z

    clear()

    Declaration
    public final void clear()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml